Add the sublime into the right-click menu for Windows
- Open the regedit.
- Spread out
HKEY_CLASSES_ROOT
, *
, shell
. - Right-click on the
shell
, New
, Key
, named Sublime 3. - Double-click the Mouse on
(Default)
in the right side, and write down Edit with Sublime 3
. - Right-click in the right side,
New
, String Value
, named Icon
. - Double-click the Mouse on
Icon
, write down C:\Program Files\Sublime Text 3\sublime_text.exe,0
(Modify your installation directory). - Right-click the
Sublime 3
in the left side, New
, Key
, named command. - Double-click the Mouse on
command
, write down C:\Program Files\Sublime Text 3\sublime_text.exe %1
(Modify your installation directory). - Ok, done!